adTempus API
ArcanaDevelopment.adTempus.Client.Collections Namespace / ADTObjectCollectionT<T> Class / UpdateFrom Method / UpdateFrom(IEnumerable<T>) Method

In This Topic
    UpdateFrom(IEnumerable<T>) Method
    In This Topic
    Updates the collection to match the specified source by adding, deleting, and reordering contents as needed.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub UpdateFrom( _
       ByVal src As IEnumerable(Of T) _
    ) 
    public virtual void UpdateFrom( 
       IEnumerable<T> src
    )

    Parameters

    src
    See Also